home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / diff / diff_150.zoo / readme.st < prev    next >
Encoding:
Text File  |  1992-05-04  |  1.0 KB  |  24 lines

  1. This is a port of GNU Diff 1.15 which includes the diff3.ttp
  2. executable.  It was done with GNU C 2.1 and the PatchLevel 79
  3. libraries.
  4.  
  5. Not much to it.  I copied the original makefile to makefile.ori,
  6. and then hacked the makefile.  There were some errors relating to
  7. stuff getting redefined in the included limits.h, so I #ifndef'd
  8. the lines in question.
  9.  
  10. There's four warnings floating around.  At lines 2112, 2244 and
  11. 2317, there are warnings about a "cast to pointer from integer of
  12. different size".  The programs still seem to work.  All three
  13. lines are calls to a macro.  I'm not totally sure where the
  14. problem is coming in.  The other error is at line 2515, and it's
  15. just the opposite:  "cast from pointer to integer of different
  16. size".  Again, it's just a warning and I imagine that GNU C is
  17. taking care of the cast--it just wants it to be explicit. 
  18. Unfortunately, I can't deduce exactly what the macro does, so I
  19. couldn't tell where to put an explicit cast.
  20.  
  21. Other than that, everything compiled clean.
  22.  
  23. Mike.
  24.